Axon_OCR / settings.py
Sage
settings changes
6fc7f47
raw
history blame
2.97 kB
#OpenAI Variables
gpt_model = "gpt-3.5-turbo"
#Google Variables
project_id = "advance-river-381411"
project_location = "us"
processor_id = "31bc9a6106cb3cac"
#Company Specfic Variables
char_remove = ["N/A", "(Use additional sheet if necessary)", "(not provided)", "Not specified", "-||-", "0 sq.m."]
#Company Documents
RPFAAP2 = '''
Desired Format:
Additional Items: -||-
Unit Construction Cost (P): <Monetary Value>
Sub-Total (P): <Monetary Value>
Depreciation Rate: -||-
Depreciation Cost (P): <Monetary Value>
Cost of Additional Items: -||-
Total Construction Cost: -||-
Total Percentage Depreciation: -||-
Market Value (P): <Monetary Value>
Actual Use: -||-
Market Value (P): <Monetary Value>
Assessment Level: -||-
Assessed Value (P): <Monetary Value>
Effectivity of Assessment/Reassessment: -||-
Memoranda: -||-
Date of Entry in the Record of Assessment: -||-
Name: -||-
PIN: <Numerical Value Only, Replace Slashes with the number 1>
ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
TD No.: <Numerical Value Only, Replace Slashes with the number 1>
Total Assessed Value: -||-
Previous Owner: <Person's Name>
Effectivity of Assessment: -||-
Record Person: <Person's Name>
Date: -||-
'''
RPFAAP1 = '''
Desired Format:
ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
Owner: <Person's Name>
Address: -||-
Tel No.: -||-
Administrator/Beneficial User: -||-
Address: -||-
Tel No.: -||-
PIN: <Numerical Value Only, Replace Slashes with the number 1>
TIN_1: <Numerical Value Only, Replace Slashes with the number 1>
TIN_2: <Numerical Value Only, Replace Slashes with the number 1>
No. / Street: -||-
Brgy/District: -||-
Municipality: -||-
Province/city: -||-
Owner: <Person's Name>
OCT/TCT/CLOA No.: -||-
Lot No.: -||-
Survey No.: -||-
Blk No.: -||-
TD/ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
Area: <Area in SQ.M.>
Kind of Bldg.: -||-
Structural Type: -||-
Bldg. Permit No.: -||-
Date Issued: -||-
Condominium Certificate of Title(CCT): -||-
Certificate of Completion Issued on: -||-
Certificate of Occupancy Issued on: -||-
Date Constructed/Completed: -||-
Date Occupied: -||-
Bldg. Age: -||-
No. of Storeys: -||-
Area of 1st Flr: <Numerical Value in SQ.M.>
Area of 2nd Flr: <Numerical Value in SQ.M.>
Area of 3rd Flr: <Numerical Value in SQ.M.>
Area of 4th Flr: <Numerical Value in SQ.M.>
Total Floor Area: <Numerical Value in SQ.M.>
'''